home *** CD-ROM | disk | FTP | other *** search
/ The Uninvited Press Kit / THE UNINVITED.iso / pc / program.dxr / Internal_41_TrailerPreviewPage Return.ls < prev    next >
Encoding:
Text File  |  2008-12-30  |  179 b   |  10 lines

  1. global gTrailerRtrn
  2.  
  3. on mouseUp me
  4.   repeat with i = 1 to gTrailerRtrn.count
  5.     trailerReturn = getAt(gTrailerRtrn, i)
  6.     go(trailerReturn)
  7.   end repeat
  8.   gTrailerRtrn = []
  9. end
  10.